home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / hdeocxct / readme.txt < prev   
Encoding:
Text File  |  1997-11-13  |  2.3 KB  |  98 lines

  1.  
  2. Hide OCX
  3. --------
  4.  
  5. Resistration
  6. ------------
  7.  
  8. The Hide OCX is an ActiveX control designed to remove a application
  9. from the Windows 95 or Windows NT Task list and/or Switch Bar.  It
  10. is shareware and to register $10 US should be sent to 
  11.  
  12.     efx Software
  13.     105 Allen Park Road
  14.     Kilmacud
  15.     Co. Dublin
  16.     Ireland
  17.  
  18. Payment can also be made by credit card via email. The credit card 
  19. number, expiry date, Name as it appears on the card and billing address
  20. as it appears on the statement must be sent for verification and 
  21. security purposes.  Send these details to 
  22.  
  23.     efx@tinet.ie
  24.  
  25. Once recieved a version of the control without the nag screen will be 
  26. emailed to you.  If you require the control to be posted to you on 
  27. diskette, please add $5 US to cover post and packaging.
  28.  
  29.  
  30. Installing
  31. ----------
  32.  
  33. Once unzipped, copy the files Hide.ocx and Hide.oca into the directory
  34. that you store OCX's. Typically this is the Windows System directory.
  35. In Visual Basic,  open the Components window (Ctrl-T) and select browse.
  36. Navigate to the directory that contains Hide.OCX and select it.  Click 
  37. on OK.  The control will appear on the list under the name HideOCX.
  38.  
  39.  
  40. Using the Control in the Visual Basic Environment
  41. -------------------------------------------------
  42.  
  43. Properties
  44. ----------
  45.  
  46. Apart from the standard properties (Left, Top, Index etc.) only two 
  47. preoperties exist for this OCX.
  48.  
  49. 1. HideMode
  50. -----------
  51.  
  52. This property defines which areas the Application is to be hidden from.
  53. It is an enumerated type with values ranging from 
  54.  
  55.     0 - Nothing, 
  56.     1 - Task List
  57.     2 - Switch Window
  58.     3 - Both
  59.  
  60. Changing this property in the Design mode will have no effect on the 
  61. application as the effect happens only during run time.
  62.  
  63. 2. Enabled
  64. ----------
  65.  
  66. This property defines whether the OCX is to hide the application 
  67. according to the mode selected in the HideMode property.  Setting the 
  68. property to false will make the application on both the Task List and 
  69. the Switch Window.  This property cannot be changed during design time.
  70.  
  71. Methods
  72. -------
  73.  
  74. There are no methods for this control
  75.  
  76. Events
  77. ------
  78.  
  79. There are no events for this control
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86. Comments
  87. --------
  88.  
  89. If you have any comments, information about bugs etc. please feel free 
  90. to email me at efx@tinet.ie
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.